home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / mf / inputs / dc / dxtextit.mf < prev    next >
Text File  |  1994-04-12  |  1KB  |  59 lines

  1. % This is DXTEXTIT.MF in text format, as of March 24, 1992
  2. %
  3. % DC fonts Version 1.1 (prerelease of EC fonts)
  4. %
  5. %          [ heavily borrowed from the Computer Modern Roman family of
  6. %            fonts by D. E. Knuth ]
  7. %
  8. % Content:
  9. %
  10. %   driver file, called by parameter files with italic style fonts
  11. %
  12.  
  13. mode_setup;
  14. font_setup;
  15. %
  16. %     dx  r   l   west
  17. %         i   u   east
  18. %         :   :   :
  19. %         :   :   west '3xx / east '2xx
  20. %         :   uppercase/lowercase
  21. %         roman / italic
  22.  
  23. if not known classic_serif:
  24.   boolean classic_serif; fi
  25.  
  26. input dxileast; %
  27. input dxilwest; %
  28. input dxruwest; % identical in DCROMAN
  29. input dxrueast; % identical in DCROMAN
  30. %
  31. input dxbraces;
  32. input dxpunct;  %
  33. input dxaccent; %
  34. input dxsign;   % zero for mille, " # $ % @ pound sign
  35. input dxilig;   % dotless i,j; letter ligatures  ff fi fl ffi ffl
  36. %
  37. input dxitalp;  %  $ ? # &
  38. %
  39. input dxrulett;  % upper case (majuscules)
  40. input dxillett;  % lower case (minuscules)
  41. input dxidigit;  % digits
  42. %
  43. % Fontparameter
  44. %
  45. font_coding_scheme:="Extended TeX Font Encoding - Latin";
  46. if known boundarychar: boundarychar:=oct"027"; fi
  47. font_slant slant; font_x_height x_height#;
  48. if monospace: font_normal_space 9u#; % no stretching or shrinking
  49.  font_quad 18u#;
  50.  font_extra_space 9u#;
  51.  letter_fit#:=letter_fit:=0;
  52. else: font_normal_space 6u#+2letter_fit#;
  53.  font_normal_stretch 3u#; font_normal_shrink 2u#;
  54.  font_quad 18u#+4letter_fit#;
  55.  font_extra_space 2u#;
  56.  input dxiligtb;    % do the ligature programs
  57. fi
  58. bye.
  59.